home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000203_news@columbia.edu _Tue Apr 18 10:07:14 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA27974
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 18 Apr 2000 10:07:14 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id JAA12405
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 18 Apr 2000 09:48:07 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: setting executable bit on uploaded file
  11. Date: 18 Apr 2000 13:48:06 GMT
  12. Organization: Columbia University
  13. Message-ID: <8dhp2m$c3j$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <jqag0sk6yuy.fsf@msdw.com>,
  17. Russell McManus  <russell.mcmanus@msdw.com> wrote:
  18. : I've got a nice kermit script that does everything that I want it to
  19. : do except one thing: the binary that it uploads does not have the
  20. : executable bit set.  I have looked through my copy of "Using
  21. : C-Kermit", correspoding to version 6.0 (blue cover), to no avail for
  22. : the one magic 'set' command that I am missing.
  23. : ...
  24. : No dice, though, something weird is going on with the connection after
  25. : the kermit server on the remote end gets the bye.  Both kermits are
  26. : 6.0 running on Solaris.
  27. Replace them by C-Kermit 7.0:
  28.  
  29.   http://www.columbia.edu/kermit/ckermit.html
  30.  
  31. which preserves execute permission across file transfers.  For details,
  32. read:
  33.  
  34.   http://www.columbia.edu/kermit/ckermit2.html#x4.4
  35.  
  36. - Frank